com.webobjects.appserver
Class WOSchemeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.appserver.WOSchemeNotSupportedException
- All Implemented Interfaces:
- Serializable
public class WOSchemeNotSupportedException
- extends RuntimeException
Exception thrown by the WOAssociationFactory.
- Since:
- 5.4
- See Also:
WOAssociationFactory
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WOSchemeNotSupportedException
public WOSchemeNotSupportedException()
- Since:
- 5.4
WOSchemeNotSupportedException
public WOSchemeNotSupportedException(String message,
Throwable cause)
- Parameters:
message
- cause
- - Since:
- 5.4
WOSchemeNotSupportedException
public WOSchemeNotSupportedException(String message)
- Parameters:
message
- - Since:
- 5.4
WOSchemeNotSupportedException
public WOSchemeNotSupportedException(Throwable cause)
- Parameters:
cause
- - Since:
- 5.4
Copyright © 2000-2008 Apple Inc.