|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception anon.transport.connection.ConnectionException anon.transport.connection.UnsuportedCommandException
public class UnsuportedCommandException
Spezielle Ausnahme um anzuzeigen, das ein bestimmter Verbindungsbefehl nicht unterstuetzt wird.
Field Summary | |
---|---|
private static long |
serialVersionUID
Initiale Version der Ausnahme |
Constructor Summary | |
---|---|
UnsuportedCommandException(java.lang.String message)
|
|
UnsuportedCommandException(java.lang.Throwable cause)
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public UnsuportedCommandException(java.lang.Throwable cause)
public UnsuportedCommandException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |