@Deprecated
public class ProponoException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
mRootCause
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
ProponoException()
Deprecated.
Construct emtpy exception object.
|
ProponoException(java.lang.String s)
Deprecated.
Construct ProponoException with message string.
|
ProponoException(java.lang.String s,
java.lang.String longMessage)
Deprecated.
Construct ProponoException with message string.
|
ProponoException(java.lang.String s,
java.lang.String longMessage,
java.lang.Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
ProponoException(java.lang.String s,
java.lang.Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
ProponoException(java.lang.Throwable t)
Deprecated.
Construct ProponoException, wrapping existing throwable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Deprecated.
Get root cause object, or null if none.
|
java.lang.String |
getRootCauseMessage()
Deprecated.
Get root cause message.
|
void |
printStackTrace()
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
void |
printStackTrace(java.io.PrintStream s)
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
void |
printStackTrace(java.io.PrintWriter s)
Deprecated.
Print stack trace for exception and for root cause exception if htere is one.
|
private static final long serialVersionUID
private java.lang.Throwable mRootCause
public ProponoException()
public ProponoException(java.lang.String s)
s
- Error message string.public ProponoException(java.lang.String s, java.lang.String longMessage)
s
- Error message string.public ProponoException(java.lang.String s, java.lang.Throwable t)
s
- Error messaget
- Existing connection to wrap.public ProponoException(java.lang.String s, java.lang.String longMessage, java.lang.Throwable t)
s
- Error messaget
- Existing connection to wrap.public ProponoException(java.lang.Throwable t)
t
- Existing exception to be wrapped.public java.lang.Throwable getRootCause()
public java.lang.String getRootCauseMessage()
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace()
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- Stream to print to.public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
s
- Writer to write to.