|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.va.med.foundations.utilities.FoundationsException | +--gov.va.med.foundations.utilities.VistaKernelHashCountLimitExceededException
Represents an exception identifying that the Hash Count Limit (for a call to the VistaKernelHash
encrypt
method) has been exceeded. In this case, the hash algorithm could not return an encrypted hash
within a certain number of tries, that was free of CDATA boundary character strings ("<![CDATA[" and "]]>").
VistaKernelHash
,
Serialized FormConstructor Summary | |
VistaKernelHashCountLimitExceededException()
Constructor for VistaKernelHashCountLimitExceededException. |
|
VistaKernelHashCountLimitExceededException(java.lang.Exception nestedException)
Constructor for VistaKernelHashCountLimitExceededException. |
|
VistaKernelHashCountLimitExceededException(java.lang.String msg)
Constructor for VistaKernelHashCountLimitExceededException. |
|
VistaKernelHashCountLimitExceededException(java.lang.String msg,
java.lang.Exception nestedException)
Constructor for VistaKernelHashCountLimitExceededException. |
Methods inherited from class gov.va.med.foundations.utilities.FoundationsException |
getFullStackTrace, getMessage, getNestedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VistaKernelHashCountLimitExceededException()
public VistaKernelHashCountLimitExceededException(java.lang.String msg)
public VistaKernelHashCountLimitExceededException(java.lang.Exception nestedException)
nestedException
- public VistaKernelHashCountLimitExceededException(java.lang.String msg, java.lang.Exception nestedException)
msg
- nestedException
-
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |