senna
Class SennaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by senna.SennaException
All Implemented Interfaces:
java.io.Serializable

public class SennaException
extends java.lang.Exception

SennaExcepion

See Also:
Serialized Form

Constructor Summary
SennaException(java.lang.String message)
          Constructs a SennaException with the specified detail message.
SennaException(java.lang.String message, int rc)
          Constructs a SennaException with the specified detail message and sen_rc.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SennaException

public SennaException(java.lang.String message)
Constructs a SennaException with the specified detail message.

Parameters:
message - message

SennaException

public SennaException(java.lang.String message,
                      int rc)
Constructs a SennaException with the specified detail message and sen_rc.

Parameters:
message - message
rc - sen_rc