org.eclipse.higgins.idas
Class IdASException

Package class diagram package IdASException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.higgins.idas.IdASException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextNotOpenException, ContextOpenException, NoSuchSubjectException, NotImplementedException

public class IdASException
extends Exception

Root IdAS Exception class

See Also:
Serialized Form

Constructor Summary
IdASException()
           
IdASException(String message)
           
IdASException(String message, Throwable cause)
           
IdASException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdASException

public IdASException()
See Also:
Exception.Exception()

IdASException

public IdASException(String message)
See Also:
Exception.Exception(java.lang.String)

IdASException

public IdASException(String message,
                     Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

IdASException

public IdASException(Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)


Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation