brut.common
Class BrutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by brut.common.BrutException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AndrolibException

public class BrutException
extends Exception

Author:
Ryszard Wiśniewski
See Also:
Serialized Form

Constructor Summary
BrutException()
           
BrutException(String message)
           
BrutException(String message, Throwable cause)
           
BrutException(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

BrutException

public BrutException(Throwable cause)

BrutException

public BrutException(String message,
                     Throwable cause)

BrutException

public BrutException(String message)

BrutException

public BrutException()


Copyright © 2012. All Rights Reserved.