public final class tcPasswordPolicyException
extends java.lang.Exception
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.util.Hashtable |
errors |
java.lang.String |
isMessage
The detailed message.
|
Constructor and Description |
---|
tcPasswordPolicyException()
Creates a new tcPasswordPolicyException object.
|
tcPasswordPolicyException(java.lang.String isMessage)
Constructs a new tcPolicyFailedException
with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.The method clone
performs a specific cloning operation, if the class of
this object does not implement the interface Cloneable,
then a CloneNotSupportedException is thrown.
|
public java.lang.String isMessage
public java.util.Hashtable errors
public tcPasswordPolicyException()
public tcPasswordPolicyException(java.lang.String isMessage)
isMessage
- The detailed message. The detailed message
is saved for later retrieval by the Throwable.getMessage() method.public java.lang.Object clone()
clone
in class java.lang.Object
java.lang.Error
- if any of the components cannot be cloned