Package com.helger.phase4.peppol.servlet
Class Phase4PeppolServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.phase4.util.Phase4Exception
com.helger.phase4.util.Phase4IncomingException
com.helger.phase4.peppol.servlet.Phase4PeppolServletException
- All Implemented Interfaces:
Serializable
public class Phase4PeppolServletException
extends com.helger.phase4.util.Phase4IncomingException
Generic exception to be thrown from the phase4 Peppol servlet.
- Author:
- Philip Helger
- See Also:
-
Field Summary
Fields inherited from class com.helger.phase4.util.Phase4Exception
DEFAULT_RETRY_FEASIBLE -
Constructor Summary
ConstructorsConstructorDescriptionPhase4PeppolServletException(@NonNull String sMessage) Phase4PeppolServletException(@NonNull String sMessage, @Nullable Throwable aCause) -
Method Summary
Methods inherited from class com.helger.phase4.util.Phase4IncomingException
getHttpStatusCode, hasHttpStatusCode, setHttpStatusCodeMethods inherited from class com.helger.phase4.util.Phase4Exception
isRetryFeasible, setRetryFeasibleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Phase4PeppolServletException
- Parameters:
sMessage- Error message
-
Phase4PeppolServletException
- Parameters:
sMessage- Error messageaCause- Optional causing exception
-