|
||||||||||
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
com.tensegrity.palojava.PaloException
public class PaloException
PaloException
is a runtime exception which signals that a
communication exception between a palo client and palo server has occurred.
Constructor Summary | |
---|---|
PaloException()
|
|
PaloException(java.lang.Exception cause)
Constructs an instance of PaloException with the
specified Exception as the cause. |
|
PaloException(java.lang.String msg)
Constructs an instance of PaloException with the
specified detailed message which describes this particular exception. |
|
PaloException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of PaloException with the
specified detailed message and a 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PaloException()
public PaloException(java.lang.String msg)
PaloException
with the
specified detailed message which describes this particular exception.
msg
- a detailed messagepublic PaloException(java.lang.Exception cause)
PaloException
with the
specified Exception as the cause.
- Parameters:
cause
- the cause
public PaloException(java.lang.String msg, java.lang.Throwable cause)
PaloException
with the
specified detailed message and a cause.
msg
- a detailed messagecause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |