com.jp.protection.priv.pro
Class SerialNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jp.protection.priv.pro.SerialNumberException
All Implemented Interfaces:
java.io.Serializable

public class SerialNumberException
extends java.lang.RuntimeException

Exception used by the SerialNumber to indicate errors occurred during the process of working with the serial numbers

See Also:
Serialized Form

Constructor Summary
SerialNumberException()
          Creates a new instance of the SerialNumberException
SerialNumberException(java.lang.String message)
          Creates a new instance of the SerialNumberException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerialNumberException

public SerialNumberException()
Creates a new instance of the SerialNumberException


SerialNumberException

public SerialNumberException(java.lang.String message)
Creates a new instance of the SerialNumberException

Parameters:
message - the actual error message