edu.internet2.middleware.shibboleth.wayf
Class WayfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.internet2.middleware.shibboleth.wayf.WayfException
- All Implemented Interfaces:
- Serializable
public class WayfException
- extends Exception
Signals that an error has occurred while processing a Shibboleth WAYF request.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WayfException
public WayfException(String s,
Throwable e)
- Constructor with a description and an exception.
- Parameters:
s
- descriptione
- something bad having happened.
WayfException
public WayfException(String s)
- Constructure with just a description.
- Parameters:
s
- description
Copyright © 2006-2010 Internet2. All Rights Reserved.