Package org.openas2
Class ComponentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openas2.OpenAS2Exception
-
- org.openas2.ComponentNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentNotFoundException extends OpenAS2Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
componentName
private static long
serialVersionUID
-
Fields inherited from class org.openas2.OpenAS2Exception
SOURCE_FILE, SOURCE_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description ComponentNotFoundException(java.lang.String componentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
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
-
componentName
private java.lang.String componentName
-
-