cfa.vo.iris.sed
Class SedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cfa.vo.iris.sed.SedException
All Implemented Interfaces:
Serializable

public class SedException
extends Exception

Author:
olaurino
See Also:
Serialized Form

Constructor Summary
SedException()
          Creates a new instance of SedException without detail message.
SedException(Exception ex)
           
SedException(String msg)
          Constructs an instance of SedException with the specified detail message.
 
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

SedException

public SedException()
Creates a new instance of SedException without detail message.


SedException

public SedException(Exception ex)

SedException

public SedException(String msg)
Constructs an instance of SedException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2013. All rights reserved.