com.application.areca.adapters
Class AdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.application.areca.adapters.AdapterException
- All Implemented Interfaces:
- java.io.Serializable
public class AdapterException
- extends java.lang.Exception
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
source
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
source
protected java.lang.String source
AdapterException
public AdapterException()
AdapterException
public AdapterException(java.lang.String message)
AdapterException
public AdapterException(java.lang.String message,
java.lang.Throwable cause)
AdapterException
public AdapterException(java.lang.Throwable cause)
getSource
public java.lang.String getSource()
setSource
public void setSource(java.lang.String source)