Class AccountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ejava.examples.orm.inheritance.annotated.AccountException
-
- All Implemented Interfaces:
Serializable
public class AccountException extends Exception
This class is thrown by Account methods to report a business exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AccountException()
AccountException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AccountException
public AccountException()
-
AccountException
public AccountException(String message)
-
-