Package com.bws

Class BwsException

All Implemented Interfaces:
Serializable

public class BwsException extends Exception
Bws exception from which all package level exceptions should extend.
Author:
- Bryan Snipes
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • BwsException

      public BwsException()
      Creates an empty BwsException object.
    • BwsException

      public BwsException(String message)
      Creates a BwsException intialize with a given message.
      Parameters:
      message - - Exception message.