public class ContainerBidiException extends ContainerException
Container
with the Java
system property ctg.bidi.target.layout set to an unknown value.Constructor and Description |
---|
ContainerBidiException()
Creates a new exception with no message.
|
ContainerBidiException(java.lang.String message)
Creates a new exception with the specified message.
|
ContainerBidiException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
ContainerBidiException(java.lang.Throwable cause)
Creates a new exception with the specified cause.
|
public ContainerBidiException()
public ContainerBidiException(java.lang.String message)
message
- The message in the exception.public ContainerBidiException(java.lang.Throwable cause)
cause
- The cause of the exception.public ContainerBidiException(java.lang.String message, java.lang.Throwable cause)
message
- The message in the exception.cause
- The cause of the exception.