issrg.utils.handler
Class HandlerServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.handler.HandlerServiceException
All Implemented Interfaces:
java.io.Serializable

public class HandlerServiceException
extends java.lang.Exception

Author:
ls97
See Also:
Serialized Form

Constructor Summary
HandlerServiceException()
          Creates a new instance of PermisWebServiceException
HandlerServiceException(java.lang.String message)
           
 
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

HandlerServiceException

public HandlerServiceException()
Creates a new instance of PermisWebServiceException


HandlerServiceException

public HandlerServiceException(java.lang.String message)