oracle.portal.provider.v1
Class ProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.portal.provider.v1.ContainerException
                    |
                    +--oracle.portal.provider.v1.ProviderException
Direct Known Subclasses:
ExternalAuthenticationException

public class ProviderException
extends ContainerException

See Also:
Serialized Form

Constructor Summary
ProviderException()
           
ProviderException(java.lang.String msg)
           
ProviderException(java.lang.Throwable _t)
           
 
Methods inherited from class oracle.portal.provider.v1.ContainerException
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderException

public ProviderException()

ProviderException

public ProviderException(java.lang.String msg)

ProviderException

public ProviderException(java.lang.Throwable _t)