org.jvnet.hudson.ec2.launcher
Class OperatorErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.hudson.ec2.launcher.OperatorErrorException
All Implemented Interfaces:
java.io.Serializable

public class OperatorErrorException
extends java.lang.Exception

Signals an error that should be reported to the user without the stack trace.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
OperatorErrorException(java.lang.String message)
           
OperatorErrorException(java.lang.String message, java.lang.Throwable cause)
           
OperatorErrorException(java.lang.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

OperatorErrorException

public OperatorErrorException(java.lang.String message)

OperatorErrorException

public OperatorErrorException(java.lang.String message,
                              java.lang.Throwable cause)

OperatorErrorException

public OperatorErrorException(java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.