com.arch.wctp
Class WctpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.arch.wctp.WctpException

public class WctpException
extends java.lang.RuntimeException

Thrown when a generic WCTP error occurs

Copyright 2000-2001, Arch Wireless Holdings, Inc.

Version:
1.2 Beta August 17, 2001
See Also:
Serialized Form

Constructor Summary
WctpException()
          Constructs a WctpException with no message
WctpException(java.lang.String s)
          Constructs a WctpException with the specified message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WctpException

public WctpException()
Constructs a WctpException with no message

WctpException

public WctpException(java.lang.String s)
Constructs a WctpException with the specified message
Parameters:
s - the specified message