jpl.pds.server
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jpl.pds.server.ServerException
All Implemented Interfaces:
Serializable

public class ServerException
extends Exception

Exception in a PDS server.

Version:
$Revision: 11071 $
Author:
Kelly
See Also:
Serialized Form

Constructor Summary
ServerException()
          Creates a new ServerException instance.
ServerException(String msg)
          Creates a new ServerException instance.
ServerException(String msg, Throwable cause)
          Creates a new ServerException instance.
ServerException(Throwable cause)
          Creates a new ServerException instance.
 
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

ServerException

public ServerException()
Creates a new ServerException instance.


ServerException

public ServerException(String msg)
Creates a new ServerException instance.

Parameters:
msg - Detail message.

ServerException

public ServerException(Throwable cause)
Creates a new ServerException instance.

Parameters:
cause - Chained exception.

ServerException

public ServerException(String msg,
                       Throwable cause)
Creates a new ServerException instance.

Parameters:
msg - Detail message.
cause - Chained exception.


Copyright © 2005-2012 Planetary Data System. All Rights Reserved.