Package com.helger.as2lib.session
Class AS2ComponentNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.helger.as2lib.exception.AS2Exception
-
- com.helger.as2lib.session.AS2ComponentNotFoundException
-
- All Implemented Interfaces:
Serializable
public class AS2ComponentNotFoundException extends AS2Exception
Thrown fromAS2Sessionif a component was not present.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AS2ComponentNotFoundException(String sComponentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentName()-
Methods inherited from class com.helger.as2lib.exception.AS2Exception
getSourceMsg, log, log, setSourceMsg, terminate, terminate, terminate
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-