public class ConsumptionException extends SecuritySpiException
ConsumptionException
is thrown if a security
provider is unable to consume any type of security data. NestedThrowable.Util
nested
Constructor and Description |
---|
ConsumptionException()
Constructs a
ConsumptionException with no arguments. |
ConsumptionException(java.lang.String msg)
Constructs a
ApplicationVersionCreationException with the specified
detail message. |
ConsumptionException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a
ConsumptionException with a detail message and
a nested exception. |
ConsumptionException(java.lang.Throwable nested)
Constructs a
ConsumptionException with a nested exception. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public ConsumptionException()
ConsumptionException
with no arguments.public ConsumptionException(java.lang.String msg)
ApplicationVersionCreationException
with the specified
detail message. A detail message is a String that describes this particular exception.msg
- a String providing additional information about this exception.public ConsumptionException(java.lang.Throwable nested)
ConsumptionException
with a nested exception.nested
- a Throwable
object to wrapper as part of this exception.public ConsumptionException(java.lang.String msg, java.lang.Throwable nested)
ConsumptionException
with a detail message and
a nested exception.msg
- a String providing additional information about this exception.nested
- a Throwable
object to wrapper as part of this exception.