Package com.bws
Class BwsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bws.BwsException
- All Implemented Interfaces:
Serializable
Bws exception from which all package level exceptions should extend.
- Author:
- - Bryan Snipes
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates an empty BwsException object.BwsException
(String message) Creates a BwsException intialize with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
BwsException
public BwsException()Creates an empty BwsException object. -
BwsException
Creates a BwsException intialize with a given message.- Parameters:
message
- - Exception message.
-