org.apache.commons.lang.exception
Class CloneFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.commons.lang.exception.CloneFailedException
- All Implemented Interfaces:
- Serializable, Nestable
public class CloneFailedException
- extends NestableRuntimeException
Exception thrown when a clone cannot be created. In contrast to
CloneNotSupportedException
this is a RuntimeException
.
- Since:
- 2.6
- Author:
- Apache Software Foundation
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
CloneFailedException
public CloneFailedException(String message)
- Constructs a CloneFailedException.
- Parameters:
message
- description of the exception- Since:
- upcoming
CloneFailedException
public CloneFailedException(Throwable cause)
- Constructs a CloneFailedException.
- Parameters:
cause
- cause of the exception- Since:
- upcoming
CloneFailedException
public CloneFailedException(String message,
Throwable cause)
- Constructs a CloneFailedException.
- Parameters:
message
- description of the exceptioncause
- cause of the exception- Since:
- upcoming
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.