com.neeve.sma
Class SmaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.sma.SmaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SmaFactoryIdConflictException, UnsupportedMessageEncodingTypeException

public class SmaException
extends Exception

Base exception class for all SMA exceptions.

See Also:
Serialized Form

Constructor Summary
SmaException(String str)
          Construct using error string.
SmaException(String str, Throwable cause)
          Construct using error string.
SmaException(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

SmaException

public SmaException(Throwable cause)
Construct using a linked exception


SmaException

public SmaException(String str)
Construct using error string.


SmaException

public SmaException(String str,
                    Throwable cause)
Construct using error string.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.