org.openwms.core.integration.exception
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openwms.core.integration.exception.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException
extends RuntimeException

A ResourceNotFoundException is thrown when a given resource couldn't be resolved.

Since:
0.1
Version:
$Revision: $
Author:
Heiko Scherrer
See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException()
          Create a new ResourceNotFoundException.
ResourceNotFoundException(String message)
          Create a new ResourceNotFoundException with a message text.
ResourceNotFoundException(String message, Throwable cause)
          Create a new ResourceNotFoundException with a message text and the root exception.
ResourceNotFoundException(Throwable cause)
          Create a new ResourceNotFoundException with the root exception.
 
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

ResourceNotFoundException

public ResourceNotFoundException()
Create a new ResourceNotFoundException.


ResourceNotFoundException

public ResourceNotFoundException(String message)
Create a new ResourceNotFoundException with a message text.

Parameters:
message - Message text as String

ResourceNotFoundException

public ResourceNotFoundException(Throwable cause)
Create a new ResourceNotFoundException with the root exception.

Parameters:
cause - The root exception

ResourceNotFoundException

public ResourceNotFoundException(String message,
                                 Throwable cause)
Create a new ResourceNotFoundException with a message text and the root exception.

Parameters:
message - Message text as String
cause - The root exception


Copyright © 2005-2011 openwms.org. All Rights Reserved.