|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--it.mokabyte.pattern.exception.CopyException
Title: DAOException
Description: Business Application Exception
Copyright: Copyright (c) 2002
Company:
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 |
|
Field Detail |
private java.lang.Exception exc
Constructor Detail |
public CopyException()
public CopyException(java.lang.String message)
message
- the error messagepublic CopyException(java.lang.Exception e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |