|
||||||||||
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 java.lang.RuntimeException org.apache.commons.lang3.exception.CloneFailedException
public class CloneFailedException
Exception thrown when a clone cannot be created. In contrast to
CloneNotSupportedException
this is a RuntimeException
.
Constructor Summary | |
---|---|
CloneFailedException(String message)
Constructs a CloneFailedException. |
|
CloneFailedException(String message,
Throwable cause)
Constructs a CloneFailedException. |
|
CloneFailedException(Throwable cause)
Constructs a CloneFailedException. |
Method Summary |
---|
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 CloneFailedException(String message)
message
- description of the exceptionpublic CloneFailedException(Throwable cause)
cause
- cause of the exceptionpublic CloneFailedException(String message, Throwable cause)
message
- description of the exceptioncause
- cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |