com.pecasim.base.io
Class IOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pecasim.base.AbstractException
              extended by com.pecasim.base.io.IOException
All Implemented Interfaces:
java.io.Serializable

public class IOException
extends AbstractException

Author:
cbu
See Also:
Serialized Form

Constructor Summary
IOException(AbstractException sourceException)
           
IOException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.String... param)
           
IOException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.Throwable cause, java.lang.String... paramArray)
           
 
Method Summary
 
Methods inherited from class com.pecasim.base.AbstractException
getMessageCode, getMethod, getParams, getShortMessage, getSource
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOException

public IOException(AbstractException sourceException)
Parameters:
sourceException -

IOException

public IOException(java.lang.Class<?> source,
                   java.lang.String method,
                   MSGCODE messageCode,
                   java.lang.String... param)
Parameters:
source -
method -
messageCode -
param -

IOException

public IOException(java.lang.Class<?> source,
                   java.lang.String method,
                   MSGCODE messageCode,
                   java.lang.Throwable cause,
                   java.lang.String... paramArray)
Parameters:
source -
method -
messageCode -
cause -
paramArray -