com.emarsys.ecommon.exceptions
Class CloneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.emarsys.ecommon.exceptions.EmaRuntimeException
                  extended by com.emarsys.ecommon.exceptions.CloneException
All Implemented Interfaces:
java.io.Serializable

public class CloneException
extends EmaRuntimeException

Wrapper Exception for errors in implementations of Object.clone().

Author:
Michael "kULO" Kulovits
See Also:
Serialized Form

Constructor Summary
CloneException()
          Deprecated. 
CloneException(java.lang.String message)
           
CloneException(java.lang.String message, java.lang.Throwable cause)
           
CloneException(java.lang.Throwable cause)
          Deprecated. 
 
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

CloneException

@Deprecated
public CloneException()
Deprecated. 

deprecated because Exceptions without a message are almost useless.


CloneException

public CloneException(java.lang.String message)
Parameters:
message -

CloneException

@Deprecated
public CloneException(java.lang.Throwable cause)
Deprecated. 

deprecated because Exceptions without a message are almost useless.


CloneException

public CloneException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2010 emarsys AG. All Rights Reserved.