scriptella.driver.mail
Class MailProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.spi.ProviderException
                      extended by scriptella.driver.mail.MailProviderException
All Implemented Interfaces:
java.io.Serializable

public class MailProviderException
extends scriptella.spi.ProviderException

Thrown to indicate a problem with EMail producing/sending.

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

Constructor Summary
MailProviderException()
           
MailProviderException(java.lang.String message)
           
MailProviderException(java.lang.String message, java.lang.Throwable cause)
           
MailProviderException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getProviderName()
           
 
Methods inherited from class scriptella.spi.ProviderException
addErrorCode, getErrorCodes, getErrorStatement, getNativeException, setErrorStatement, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailProviderException

public MailProviderException()

MailProviderException

public MailProviderException(java.lang.String message)

MailProviderException

public MailProviderException(java.lang.String message,
                             java.lang.Throwable cause)

MailProviderException

public MailProviderException(java.lang.Throwable cause)
Method Detail

getProviderName

public java.lang.String getProviderName()
Specified by:
getProviderName in class scriptella.spi.ProviderException


Copyright © Copyright 2006-2009 The Scriptella Project Team.