com.motorola.iden.udm
Class UDMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.motorola.iden.udm.UDMException
All Implemented Interfaces:
java.io.Serializable

public class UDMException
extends java.lang.Exception

Represents exceptions thrown by the UDM classes.


MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2003 Motorola, Inc. All Rights Reserved.

See Also:
Serialized Form

Constructor Summary
UDMException()
          Constructs an exception with no specified message
UDMException(java.lang.String s)
          Constructs an exception with the specified detail message.
 
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

UDMException

public UDMException()
Constructs an exception with no specified message


UDMException

public UDMException(java.lang.String s)
Constructs an exception with the specified detail message.

Parameters:
s - the detail message