com.neeve.sma
Class SmaPermanentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
SmaPermanentException(String str)
          Construct using error string.
SmaPermanentException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.