|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pajes.security.QueryParametersDecryptionException
public class QueryParametersDecryptionException
Thrown when a exception occurs when decoding QueryParameters.
| 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 |
|---|
public QueryParametersDecryptionException(java.lang.Throwable rootCause)
rootCause - the Throwable exception that indicates why the
parameter could not be decoded.| Method Detail |
|---|
public java.lang.Throwable getRootCause()
Throwable that caused this exception.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||