Package org.openas2
Class WrappedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openas2.OpenAS2Exception
-
- org.openas2.WrappedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ForcedStopException
public class WrappedException extends OpenAS2Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.openas2.OpenAS2Exception
SOURCE_FILE, SOURCE_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description WrappedException()
WrappedException(java.lang.String msg)
WrappedException(java.lang.String msg, java.lang.Throwable cause)
WrappedException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getSource()
void
rethrow()
-
Methods inherited from class org.openas2.OpenAS2Exception
addSource, getSource, getSources, log, terminate
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-