it.mokabyte.pattern.exception
Class CopyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--it.mokabyte.pattern.exception.CopyException
All Implemented Interfaces:
java.io.Serializable

public class CopyException
extends java.lang.Exception

Title: DAOException

Description: Business Application Exception

Copyright: Copyright (c) 2002

Company:

Author:
Rossini S. - Dozio L.
See Also:
Serialized Form

Field Summary
private  java.lang.Exception exc
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CopyException()
          The no-arg constructor
CopyException(java.lang.Exception e)
           
CopyException(java.lang.String message)
          Construct a CopyException with an error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

exc

private java.lang.Exception exc
Constructor Detail

CopyException

public CopyException()
The no-arg constructor

CopyException

public CopyException(java.lang.String message)
Construct a CopyException with an error message
Parameters:
message - the error message

CopyException

public CopyException(java.lang.Exception e)