Package ejava.examples.webtier.bl
Class RegistrarException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ejava.examples.webtier.bl.RegistrarException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class RegistrarException extends Exception
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID 
- 
Constructor Summary
Constructors Constructor Description RegistrarException()RegistrarException(String msg)RegistrarException(String msg, Throwable th)RegistrarException(Throwable th) 
- 
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
 
 
 - 
 
 -