|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.zib.scalaris.UnknownException
public class UnknownException
Generic exception that is thrown during operations on a scalaris ring, e.g. if an unknown result has been returned.
Constructor Summary | |
---|---|
UnknownException()
Creates the exception with no message. |
|
UnknownException(OtpErlangObject erlValue)
Creates an exception including the message of the given erlang object. |
|
UnknownException(String msg)
Creates the exception with the given message. |
|
UnknownException(Throwable e)
Creates an exception taking the message of the given throwable. |
|
UnknownException(Throwable e,
OtpErlangObject erlValue)
Creates an exception taking the message of the given throwable. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownException()
public UnknownException(String msg)
msg
- message of the exceptionpublic UnknownException(Throwable e)
e
- the exception to "re-throw"public UnknownException(OtpErlangObject erlValue)
erlValue
- the erlang message to includepublic UnknownException(Throwable e, OtpErlangObject erlValue)
e
- the exception to "re-throw"erlValue
- the string representation of this erlang value is included
into the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |