com.pecasim.base.io
Class IOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pecasim.base.AbstractException
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)
|
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 |
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
-