Skip navigation links


com.bea.wsrp.util
Class UnsupportedContentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.wsrp.util.UnsupportedContentTypeException

All Implemented Interfaces
Serializable

public class UnsupportedContentTypeException
extends RuntimeException

Thrown when the given content type is not supported.

See Also
Serialized Form

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

 

Constructor Detail

UnsupportedContentTypeException

public UnsupportedContentTypeException()

UnsupportedContentTypeException

public UnsupportedContentTypeException(String message)

UnsupportedContentTypeException

public UnsupportedContentTypeException(Throwable cause)

UnsupportedContentTypeException

public UnsupportedContentTypeException(String message,
                                       Throwable cause)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.