Agent System POND 1.0 (1.7.2000)

FIM.Util.SMS
Class CannotSendException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--FIM.Util.SMS.CannotSendException

public class CannotSendException
extends Exception

Signifies that the system could not send the SMS message. Used by the class SMSPost.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
SMSPost, Serialized Form

Constructor Summary
CannotSendException()
          Constructs a CannotSendException without a specified detail message.
CannotSendException(String msg)
          Constructs a CannotSendException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotSendException

public CannotSendException(String msg)
Constructs a CannotSendException with the specified detail message.
Parameters:
detail - the detail message

CannotSendException

public CannotSendException()
Constructs a CannotSendException without a specified detail message. Default message is "Could not send SMS!".

Agent System POND 1.0 (1.7.2000)

Submit a bug

Copyright 2000 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.