public class BCIllegalStateException extends IllegalStateException implements ExceptionInfo
Constructor and Description |
---|
BCIllegalStateException() |
BCIllegalStateException(IllegalStateException e) |
BCIllegalStateException(String s) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
String |
getInfo() |
void |
setStateInfo(String info) |
getMessage, initCause, printStackTrace, printStackTrace, toString
public BCIllegalStateException()
public BCIllegalStateException(String s)
public BCIllegalStateException(IllegalStateException e)
public void setStateInfo(String info)
public Throwable getCause()
getCause
in interface ExceptionInfo
public String getInfo()
getInfo
in interface ExceptionInfo