org.marre.sms
Class SmsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.marre.sms.SmsException
All Implemented Interfaces:
java.io.Serializable

public class SmsException
extends java.lang.Exception

Exception representing an error in the SMS library.

Version:
$Id: SmsException.java,v 1.5 2005/04/26 16:57:57 c95men Exp $
Author:
Markus Eriksson
See Also:
Serialized Form

Constructor Summary
SmsException(java.lang.String msg)
          Creates an SmsException.
SmsException(java.lang.String msg, java.lang.Throwable cause)
          Creates an SmsException.
SmsException(java.lang.Throwable cause)
          Creates an SmsException.
 
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

SmsException

public SmsException(java.lang.String msg)
Creates an SmsException.

Parameters:
msg - The error message

SmsException

public SmsException(java.lang.String msg,
                    java.lang.Throwable cause)
Creates an SmsException.

Parameters:
msg - The error message
cause - Chained exception

SmsException

public SmsException(java.lang.Throwable cause)
Creates an SmsException.

Parameters:
cause - Chained exception


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.