org.opennms.sms.phonebook
Class PhonebookException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.sms.phonebook.PhonebookException
All Implemented Interfaces:
Serializable

public class PhonebookException
extends Exception

PhonebookException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
PhonebookException()
          Constructor for PhonebookException.
PhonebookException(String message)
          Constructor for PhonebookException.
PhonebookException(String message, Throwable cause)
          Constructor for PhonebookException.
PhonebookException(Throwable cause)
          Constructor for PhonebookException.
 
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

PhonebookException

public PhonebookException()

Constructor for PhonebookException.


PhonebookException

public PhonebookException(String message)

Constructor for PhonebookException.

Parameters:
message - a String object.

PhonebookException

public PhonebookException(Throwable cause)

Constructor for PhonebookException.

Parameters:
cause - a Throwable object.

PhonebookException

public PhonebookException(String message,
                          Throwable cause)

Constructor for PhonebookException.

Parameters:
message - a String object.
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.