public class UnreachableError
extends java.lang.Error
| Constructor and Description | 
|---|
| UnreachableError()Create a new UnreachableError with no message and no cause. | 
| UnreachableError(java.lang.String message)Create a new UnreachableError with the given message. | 
| UnreachableError(java.lang.String message,
                java.lang.Throwable throwable)Create a new UnreachableError with the given message and cause. | 
| UnreachableError(java.lang.Throwable throwable)Create a new UnreachableError with the given cause. | 
public UnreachableError()
public UnreachableError(java.lang.String message)
message - The message indicating the cause of UnreachableErrorpublic UnreachableError(java.lang.Throwable throwable)
throwable - The cause of the UnreachableErrorpublic UnreachableError(java.lang.String message,
                java.lang.Throwable throwable)
message - The message indicating the cause of UnreachableErrorthrowable - The cause of the UnreachableError