org.knopflerfish.service.um.useradmin
public class BackEndException extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
nested |
| Constructor and Description |
|---|
BackEndException(java.lang.String msg)
Public constructor.
|
BackEndException(java.lang.String msg,
java.lang.Throwable nested)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getNestedException()
Returns the nested throwable of this BackEndException.
|
java.lang.String |
toString()
Returns a short description of this throwable object.
|
public BackEndException(java.lang.String msg,
java.lang.Throwable nested)
msg - Message for this exception.nested - A Throwable that caused this exception to be thrown.public BackEndException(java.lang.String msg)
msg - Message for this exception.public java.lang.Throwable getNestedException()
public java.lang.String toString()
toString in class java.lang.ThrowableBackEndException.