org.openspml.v2.util
Class Spml2Exception

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openspml.v2.util.Spml2Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DSMLProfileException, Spml2ExceptionWithResponse, UnknownSpml2TypeException

public class Spml2Exception
extends java.lang.Exception

Just making it clear which namespace/version of spec we are binding to.

Author:
kent.spaulding@sun.com

Date: Jan 26, 2006

See Also:
Serialized Form

Constructor Summary
Spml2Exception()
           
Spml2Exception(java.lang.String message)
           
Spml2Exception(java.lang.String message, java.lang.Throwable cause)
           
Spml2Exception(java.lang.Throwable cause)
           
 
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

Spml2Exception

public Spml2Exception()

Spml2Exception

public Spml2Exception(java.lang.String message)

Spml2Exception

public Spml2Exception(java.lang.Throwable cause)

Spml2Exception

public Spml2Exception(java.lang.String message,
                      java.lang.Throwable cause)


Copyright © Sun Microsystems, Inc. All Rights Reserved.