public class IloException
extends java.lang.Exception
RuntimeExceptions) thrown by a
method of an IBM® ILOG® Concert Technology object are derived from this class.| Constructor and Description |
|---|
IloException()
Creates an exception without a message.
|
IloException(java.lang.String message)
Creates an exception with its corresponding message.
|
IloException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
IloException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public IloException(java.lang.String message)
message - The message.public IloException()
public IloException(java.lang.Throwable cause)
cause - The cause for this exception.public IloException(java.lang.String message,
java.lang.Throwable cause)
message - The message for this exception.cause - The cause for this exception.