public class UdapiIOException extends UdapiException
Constructor and Description |
---|
UdapiIOException()
Default constructor.
|
UdapiIOException(java.lang.String message) |
UdapiIOException(java.lang.String message,
java.lang.Throwable cause) |
UdapiIOException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UdapiIOException(java.lang.Throwable cause) |
public UdapiIOException()
public UdapiIOException(java.lang.String message)
public UdapiIOException(java.lang.String message, java.lang.Throwable cause)
public UdapiIOException(java.lang.Throwable cause)
public UdapiIOException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)