issrg.utils
Class ACNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.pba.PbaException
                  extended by issrg.utils.ACNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ACNotFoundException
extends PbaException

See Also:
Serialized Form

Constructor Summary
ACNotFoundException()
           
ACNotFoundException(java.lang.String msg)
           
ACNotFoundException(java.lang.String msg, java.lang.String code)
           
ACNotFoundException(java.lang.String msg, java.lang.Throwable th)
           
 
Method Summary
 java.lang.String getResponseCode()
           
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACNotFoundException

public ACNotFoundException()

ACNotFoundException

public ACNotFoundException(java.lang.String msg)

ACNotFoundException

public ACNotFoundException(java.lang.String msg,
                           java.lang.Throwable th)

ACNotFoundException

public ACNotFoundException(java.lang.String msg,
                           java.lang.String code)
Method Detail

getResponseCode

public java.lang.String getResponseCode()