p12f.exe.pasarelapagos.utils.exceptions
Class CSBFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ejie.r01f.exceptions.R01FBaseException
              extended byp12f.exe.pasarelapagos.utils.exceptions.CSBFormatException
All Implemented Interfaces:
java.io.Serializable

public class CSBFormatException
extends com.ejie.r01f.exceptions.R01FBaseException

See Also:
Serialized Form

Constructor Summary
CSBFormatException()
           
CSBFormatException(java.lang.Exception cause)
           
CSBFormatException(long exNumber, java.lang.Exception cause)
           
CSBFormatException(long exNumber, java.lang.String msg)
           
CSBFormatException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
CSBFormatException(java.lang.String msg)
           
CSBFormatException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class com.ejie.r01f.exceptions.R01FBaseException
getDetailedMessage, getErrorNumber, getMessage, getRawMessage, setErrorNumber, toHtml, toString, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSBFormatException

public CSBFormatException()

CSBFormatException

public CSBFormatException(java.lang.Exception cause)
Parameters:
cause -

CSBFormatException

public CSBFormatException(long exNumber,
                          java.lang.Exception cause)
Parameters:
exNumber -
cause -

CSBFormatException

public CSBFormatException(long exNumber,
                          java.lang.String msg,
                          java.lang.Exception cause)
Parameters:
exNumber -
msg -
cause -

CSBFormatException

public CSBFormatException(long exNumber,
                          java.lang.String msg)
Parameters:
exNumber -
msg -

CSBFormatException

public CSBFormatException(java.lang.String msg,
                          java.lang.Exception cause)
Parameters:
msg -
cause -

CSBFormatException

public CSBFormatException(java.lang.String msg)
Parameters:
msg -