org.brains2b.data
Class CopyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.brains2b.data.CopyException
All Implemented Interfaces:
java.io.Serializable

public class CopyException
extends java.lang.Exception

Exception used when copying data from one data object to another.

If copying does not succeed in DataHelper.copyDataObject(Object, Object) this Exception will be thrown

Version:
0.10 [17-02-2004]
Author:
dennis@brains2b.nl
See Also:
DataHelper.copyDataObject(Object, Object), Serialized Form

Constructor Summary
CopyException()
          Constructor
CopyException(java.lang.String message)
          Constructor
 
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

CopyException

public CopyException()
Constructor


CopyException

public CopyException(java.lang.String message)
Constructor

Parameters:
message - String, the custom message for this Exception