Package com.microfocus.zfe.haapi
Class HaapiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microfocus.zfe.haapi.HaapiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SessionException
public class HaapiException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HaapiException()
HaapiException(String msg)
HaapiException(String msg, Throwable cause)
HaapiException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-