|
|||||||||
| 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.io.IOException
org.apache.activemq.transport.stomp.ProtocolException
public class ProtocolException
| Constructor Summary | |
|---|---|
ProtocolException()
|
|
ProtocolException(java.lang.String s)
|
|
ProtocolException(java.lang.String s,
boolean fatal)
|
|
ProtocolException(java.lang.String s,
boolean fatal,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
boolean |
isFatal()
|
| 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 |
| Constructor Detail |
|---|
public ProtocolException()
public ProtocolException(java.lang.String s)
public ProtocolException(java.lang.String s,
boolean fatal)
public ProtocolException(java.lang.String s,
boolean fatal,
java.lang.Throwable cause)
| Method Detail |
|---|
public boolean isFatal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||