PAJES 3.0.21

org.pajes.security
Class QueryParametersDecryptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pajes.security.QueryParametersDecryptionException
All Implemented Interfaces:
java.io.Serializable

public class QueryParametersDecryptionException
extends java.lang.RuntimeException

Thrown when a exception occurs when decoding QueryParameters.

See Also:
Serialized Form

Constructor Summary
QueryParametersDecryptionException(java.lang.Throwable rootCause)
          Creates a new exception when encrypted query parameters cannot be decoded.
 
Method Summary
 java.lang.Throwable getRootCause()
          Returns the exception that caused this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParametersDecryptionException

public QueryParametersDecryptionException(java.lang.Throwable rootCause)
Creates a new exception when encrypted query parameters cannot be decoded.

Parameters:
rootCause - the Throwable exception that indicates why the parameter could not be decoded.
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Returns the exception that caused this exception.

Returns:
the Throwable that caused this exception.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.