net.dpml.transit
Class UnsupportedSchemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by net.dpml.transit.UnsupportedSchemeException
All Implemented Interfaces:
Serializable

public class UnsupportedSchemeException
extends IllegalArgumentException

Exception to indicate that the scheme of a supplied uri is not recognized as a member of the artifact family.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
UnsupportedSchemeException(String message)
          Construct a new UnsupportedSchemeException instance.
 
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

UnsupportedSchemeException

public UnsupportedSchemeException(String message)
Construct a new UnsupportedSchemeException instance.

Parameters:
message - The detail message for this exception.