Package network.oxalis.as2.lang
Class OxalisAs2Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.api.lang.OxalisException
-
- network.oxalis.as2.lang.OxalisAs2Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OxalisAs2InboundException
public class OxalisAs2Exception extends network.oxalis.api.lang.OxalisException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisAs2Exception(String message)OxalisAs2Exception(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-