com.neeve.sma
Class SmaPermanentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.neeve.sma.SmaPermanentException
- All Implemented Interfaces:
- Serializable
public class SmaPermanentException
- extends RuntimeException
Exception thrown to indicate exception was thrown due to a permanent condition.
Receipt of this exception indicates that this exception will continue to be rethrown if the operation that
threw the exception was retried.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SmaPermanentException
public SmaPermanentException(Throwable cause)
- Construct using a linked exception
SmaPermanentException
public SmaPermanentException(String str)
- Construct using error string.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.