ch.syabru.nagios.broker
Class MatcherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.syabru.nagios.broker.MatcherException
All Implemented Interfaces:
Serializable

public class MatcherException
extends Exception

Matcher exception.

Author:
Felix Roethenbacher
See Also:
Serialized Form

Constructor Summary
MatcherException()
          C'tor.
MatcherException(String message)
          C'tor.
MatcherException(String message, Throwable cause)
          C'tor.
MatcherException(Throwable cause)
          C'tor.
 
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

MatcherException

public MatcherException()
C'tor.


MatcherException

public MatcherException(String message)
C'tor.

Parameters:
message - Message.

MatcherException

public MatcherException(Throwable cause)
C'tor.

Parameters:
cause - Cause.

MatcherException

public MatcherException(String message,
                        Throwable cause)
C'tor.

Parameters:
message - Message.
cause - Cause.


Copyright © 2010-2011 Syabru. All Rights Reserved.