Package network.oxalis.as2.lang
Class OxalisAs2InboundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.api.lang.OxalisException
-
- network.oxalis.as2.lang.OxalisAs2Exception
-
- network.oxalis.as2.lang.OxalisAs2InboundException
-
- All Implemented Interfaces:
Serializable
public class OxalisAs2InboundException extends OxalisAs2Exception
- Author:
- erlend
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisAs2InboundException(String message, Disposition disposition)OxalisAs2InboundException(Disposition disposition, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DispositiongetDisposition()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OxalisAs2InboundException
public OxalisAs2InboundException(String message, Disposition disposition)
-
OxalisAs2InboundException
public OxalisAs2InboundException(Disposition disposition, String message, Throwable cause)
-
-
Method Detail
-
getDisposition
public Disposition getDisposition()
-
-