public class ResolutionException
extends java.lang.Exception
Title: Open Service Framework
Description: A Resolution Exception is thrown if for some reason a variable may not be resolved.
Copyright: Copyright (c) 2008
Company: StreamScape Technologies
Constructor and Description |
---|
ResolutionException()
Creates a new exception.
|
ResolutionException(java.lang.String message)
Creates a new exception.
|
ResolutionException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
ResolutionException(java.lang.Throwable exception)
Creates a new exception.
|
public ResolutionException()
public ResolutionException(java.lang.String message)
message
- the exception message.public ResolutionException(java.lang.Throwable exception)
exception
- the exception cause.public ResolutionException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.