public class AuthClientException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
NL |
| Constructor and Description |
|---|
AuthClientException(java.lang.String msg)
Creates
AuthClientException object from the given exception
message. |
AuthClientException(java.lang.String msg,
java.lang.Throwable cause)
Creates
AuthClientException object from the given exception
message and the cause of exception. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendExceptionTo(java.lang.Appendable out,
java.lang.Throwable e)
Appends the exception information to appendable object.
|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
java.lang.String |
toString() |
public AuthClientException(java.lang.String msg)
AuthClientException object from the given exception
message.msg - the given exception message.public AuthClientException(java.lang.String msg,
java.lang.Throwable cause)
AuthClientException object from the given exception
message and the cause of exception.msg - the given exception message.cause - the given cause of exception.public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwableprotected void appendExceptionTo(java.lang.Appendable out,
java.lang.Throwable e)
throws java.io.IOException
out - the specified appenable to append exception information to.e - Throwablejava.io.IOException - if