Package org.digidoc4j.exceptions
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.digidoc4j.exceptions.DigiDoc4JException
org.digidoc4j.exceptions.NotSupportedException
- All Implemented Interfaces:
Serializable
Exception is thrown when not supported container configuration is created
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.digidoc4j.exceptions.DigiDoc4JException
getErrorCode, getSignatureId, setSignatureId, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NotSupportedException
Creates exception- Parameters:
message
- reason to throw exception
-