org.eclipse.higgins.idas
Class IdASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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