edu.wisc.trace.urcsdk.base
Class UrcException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wisc.trace.urcsdk.base.UrcException
All Implemented Interfaces:
java.io.Serializable

public class UrcException
extends java.lang.Exception

UrcException represents generic Sdk exceptions that arise. This allows developers to distinguish SDK exceptions from Java exceptions.

Created on: Oct 28, 2004
Known bugs: none
Thread safe: yes

Version:
$Revision: 1.21 $
Author:
Andrew Martin, Trace R&D Center
See Also:
Serialized Form

Constructor Summary
UrcException()
          Creates a new UrcException instance.
UrcException(java.lang.String message)
          Creates a new UrcException instance with a specific message.
UrcException(java.lang.String message, java.lang.Throwable cause)
          Creates a new UrcException instance with a specific message and a Throwable cause.
UrcException(java.lang.Throwable cause)
          Creates a new UrcException instance with a Throwable cause.
 
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

UrcException

public UrcException()
Creates a new UrcException instance.


UrcException

public UrcException(java.lang.String message)
Creates a new UrcException instance with a specific message.

Parameters:
message - The message to be sent with the exception.

UrcException

public UrcException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new UrcException instance with a specific message and a Throwable cause.

Parameters:
message - The message to be sent with the exception.
cause - The Throwable cause.

UrcException

public UrcException(java.lang.Throwable cause)
Creates a new UrcException instance with a Throwable cause.

Parameters:
cause - The Throwable cause.


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.